GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-15T19:36:37.2751713+00:00",
"SubmitDate": "2025-12-15T19:36:37.2751713+00:00",
"ReportPeriodStart": "2025-12-15T19:36:37.2751713+00:00",
"ReportPeriodEnd": "2025-12-15T19:36:37.2751713+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c3be4dd-5065-4ff2-accb-786a7181a5b7",
"Rows": [
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c3be4dd-5065-4ff2-accb-786a7181a5b7",
"Rows": [
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2654ddc-8030-41d3-ac93-9107203fadc4",
"b2e22942-1a7c-44ae-896c-a408059f0557"
],
"Approvers": [
"6d930e43-8841-4cfa-a06d-9cd5dd6633c7",
"c1c9db2a-e2df-4727-b2cc-68c3229f965c"
],
"ApprovedBy": "c9b7b1a9-f096-49cd-b53d-c0be6cccca3c",
"ApprovalDate": "2025-12-15T19:36:37.2751713+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "44fef2bb-ed4f-44c8-aa9a-6a6489ae27f7",
"id": "865d7900-438a-4ab3-8a27-d45dd7ded090",
"ConfigId": "ddf46f8f-6555-4e63-80d5-ae8b1723e4bd"
},
{
"GenerationDate": "2025-12-15T19:36:37.2751713+00:00",
"SubmitDate": "2025-12-15T19:36:37.2751713+00:00",
"ReportPeriodStart": "2025-12-15T19:36:37.2751713+00:00",
"ReportPeriodEnd": "2025-12-15T19:36:37.2751713+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c3be4dd-5065-4ff2-accb-786a7181a5b7",
"Rows": [
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c3be4dd-5065-4ff2-accb-786a7181a5b7",
"Rows": [
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a875aa25-0b21-430e-aa0b-02ca0fb022c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2654ddc-8030-41d3-ac93-9107203fadc4",
"b2e22942-1a7c-44ae-896c-a408059f0557"
],
"Approvers": [
"6d930e43-8841-4cfa-a06d-9cd5dd6633c7",
"c1c9db2a-e2df-4727-b2cc-68c3229f965c"
],
"ApprovedBy": "c9b7b1a9-f096-49cd-b53d-c0be6cccca3c",
"ApprovalDate": "2025-12-15T19:36:37.2751713+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "44fef2bb-ed4f-44c8-aa9a-6a6489ae27f7",
"id": "865d7900-438a-4ab3-8a27-d45dd7ded090",
"ConfigId": "ddf46f8f-6555-4e63-80d5-ae8b1723e4bd"
}
]